SignalR#4241
Conversation
dsgouda
left a comment
There was a problem hiding this comment.
Looks good apart from a few minor comments
| <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| <!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file--> | ||
| <PropertyGroup> | ||
| <AzureApiTag /> |
There was a problem hiding this comment.
Please add 2018-03-01-preview as the AzureApiTag here
There was a problem hiding this comment.
I manually updated the file.
| <!-- Please do not move/edit code below this line --> | ||
|
|
||
| <PropertyGroup> | ||
| <PackageId>Microsoft.Azure.Management.SignalR</PackageId> |
There was a problem hiding this comment.
nit: Please verify this is how the RP wants their packages to be named
| @@ -0,0 +1,72 @@ | |||
| // <auto-generated> | |||
| // Copyright (c) Microsoft Corporation. All rights reserved. | |||
There was a problem hiding this comment.
This should not have been generated, did we add the x-ms-azure-resource flag in the spec
| <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| <!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file--> | ||
| <PropertyGroup> | ||
| <AzureApiTag>2018-03-01-preview</AzureApiTags> |
There was a problem hiding this comment.
@sergey-shandar the start/end tags do not match.
Delete this file and simply build from command line
msbuild build.proj /t:Build /p:Scope=SDKs\SignalR
it will create the file and update the meta data.
shahabhijeet
left a comment
There was a problem hiding this comment.
Once the CI passes this can be merged
Description
SignalR
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.